home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / e0000.cst / 00083_Script_to concept < prev    next >
Text File  |  1999-09-22  |  361b  |  15 lines

  1. on mouseUp
  2.   
  3.   set yy to the clickon
  4.   if yy > 0 then
  5.     set xx to the name of member(the membernum of sprite yy) of castLib "e0000.cst"
  6.     
  7.     set the membernum of sprite yy to the number of member ("r"&xx) of castLib "e0000.cst"
  8.     updateStage  
  9. --    sound fadeOut 2,30
  10.     sound stop 2
  11.     go to frame xx of movie "concept"
  12.   end if
  13. end
  14.  
  15.